Loading...
 

ClassiX® - Starting an application

ClassiX: Starting an application

The programme cx_osuo.exe starts all ClassiX applications. At least one command line parameter must be specified: the InstantView script file of the module to be started initially. (By default with file extension '.cxp').

Example command

cx_osuo.exe ihreAnwendung.cxp -i ihreAnwendung.ini

The above command starts the project with the name "yourApplication.cxp" and the ini file "yourApplication.ini".

cx_osuo.exe ihreAnwendung.cxp --extern_file ihreAnwendung.ext -i ihreAnwendung.ini

Flags

Flags can be indicated with a letter with '/' and '-', in the long designation with '--'.

Further flags can be specified:

Flag (letter) Long designation Meaning Standard assumption
external_file
201424
ext file with external statements -
-i path
ini_file Initialization file \CLASSIX\SYSTEM\CLASSIX.INI
-L path
logging_ini Logging file logging.ini
-s path
start_file Module to be started classix.cxp

Start batch file

The ClassiX application obtains information about the environment, configuration and interaction with the database and other external programmes from environment variables. Therefore, it is recommended to use batch files to start ClassiX applications.